From: Jimi Xenidis Date: Thu, 7 Sep 2006 16:09:18 +0000 (-0400) Subject: [POWERPC][XEN] Include io.h so we can match the globals defined here. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15658^2~80 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=28acc42601d78fee4bf2610ab6b823b5469907c2;p=xen.git [POWERPC][XEN] Include io.h so we can match the globals defined here. Signed-off-by: Jimi Xenidis Signed-off-by: Hollis Blanchard --- diff --git a/xen/arch/powerpc/setup.c b/xen/arch/powerpc/setup.c index 964e7e9eba..43c6878615 100644 --- a/xen/arch/powerpc/setup.c +++ b/xen/arch/powerpc/setup.c @@ -43,6 +43,7 @@ #include #include #include +#include #include "exceptions.h" #include "of-devtree.h" #include "oftree.h" @@ -79,7 +80,7 @@ cpumask_t cpu_present_map; cpumask_t cpu_possible_map; /* XXX get this from ISA node in device tree */ -void *vgabase; +char *vgabase; ulong isa_io_base; struct ns16550_defaults ns16550;